mmc: mmc_getcd/getwp: use sensible defaults
authorPeter Korsgaard <[email protected]>
Thu, 21 Mar 2013 04:00:03 +0000 (04:00 +0000)
committerTom Rini <[email protected]>
Sun, 24 Mar 2013 16:49:12 +0000 (12:49 -0400)
commitd4e1da4e093d156d30bd08c90ec2e733d50904a2
tree370228f415d29539924f051d3c5732d931ae0c24
parentbd380cf4cf9ae5b970f09784a90132bee80ee5d0
mmc: mmc_getcd/getwp: use sensible defaults

Let mmc_getcd() return true and mmc_getwp() false if mmc driver doesn't
provide handlers for them.

Signed-off-by: Peter Korsgaard <[email protected]>
[trini: Add braces around first if test in each case to fix warning]
Signed-off-by: Tom Rini <[email protected]>
drivers/mmc/mmc.c